Equidax

Equidax We Trade
You Earn

22/04/2026

We're back again

12/02/2026

//+------------------------------------------------------------------+
//| Expert initialization function |
//+------------------------------------------------------------------+
int OnInit()
{
return(INIT_SUCCEEDED);
}

//+------------------------------------------------------------------+
//| Expert deinitialization function |
//+------------------------------------------------------------------+
void OnDeinit(const int reason)
{

}

//+------------------------------------------------------------------+
//| Expert tick function |
//+------------------------------------------------------------------+
void OnTick()
{
CheckForNewOrder();
CheckForPendingOrders();
}

//+------------------------------------------------------------------+
//| Check for new order and place market orders |
//+------------------------------------------------------------------+
void CheckForNewOrder()
{
// Check if there are any open positions
if(PositionSelect(_Symbol) == false)
{
// Get the current candle
double open = iOpen(_Symbol, PERIOD_CURRENT, 1);
double close = iClose(_Symbol, PERIOD_CURRENT, 1);

// Place market orders based on candle type
if(close > open) // Bullish candle
{
MarketBuyOrder();
}
else if(close < open) // Bearish candle
{
MarketSellOrder();
}
}
}

//+------------------------------------------------------------------+
//| Check for pending orders and place new ones |
//+------------------------------------------------------------------+
void CheckForPendingOrders()
{
// Check if there are any open positions
if(PositionSelect(_Symbol))
{
// Get the position type
long positionType = PositionGetInteger(POSITION_TYPE);

// Get the position open price

28/01/2026




$1k to $100k

We finally completed the challenge after 7months. (July 2025 to January 2026)

Live trading follows soon.

$1k to $100k challenge almost done.Then new journey begins soon.$1k to $10k to $100k to $1m
13/01/2026

$1k to $100k challenge almost done.

Then new journey begins soon.
$1k to $10k to $100k to $1m

13/01/2026



$1k to $100k challenge

12/01/2026



We're up to $90k today.
$1k to $100k challenge almost completed

09/01/2026



We're up to $83k
$1k to $100k Challenge

We made this prediction and it seems to be playing out for now
05/01/2026

We made this prediction and it seems to be playing out for now

01/01/2026

Happy MMXXVI

29/12/2025




$1k to $100k still ongoing
currently at $70k

Address

Enugu

Alerts

Be the first to know and let us send you an email when Equidax posts news and promotions. Your email address will not be used for any other purpose, and you can unsubscribe at any time.

Contact The Business

Send a message to Equidax:

Share