kandasami
kandasami
kandasami
Added topic MQL5 EA - No Results for Lot Sizing
double maxRiskAmount = 100000 * 0.02 ; double pipValue = 10 * SymbolInfoDouble ( _Symbol , SYMBOL_TRADE_TICK_VALUE ); //Not Working if (signal == "sell" && PositionsTotal ()< 1 ) { double SL = NormalizeDouble ((SARvalue - Bid)* _Point , 2
kandasami
Added topic MQL5 Take Profit Code is Not Working
Hi All, I have just started learning on how to code using meta editor and I am facing an issue as described below: - For instance on an ideal sell trade;  Entry Price : 1.2220 Stop Loss (SAR VALUE) : 1.2240 "Entry Price +20 pips" Ideal Take
kandasami
Added topic Trading signals
How come there'll be a slight delay when im receiving copying the signals fro the provider and how can i fix it? :)
kandasami
Registered at MQL5.community