Michael Quinatadcan Macasil Macasil
Michael Quinatadcan Macasil Macasil
  • Information
3 Jahre
Erfahrung
0
Produkte
0
Demoversionen
0
Jobs
0
Signale
0
Abonnenten
Michael Quinatadcan Macasil Macasil
Michael Quinatadcan Macasil Macasil
anybody help regarding HOW TO CLICK my EA Controls\Button during backtest.

#include
CTrade trade;
#include
CPositionInfo m_position;
#include
CAppDialog AppWinCTW;
#include
CLabel lblaP;
#include
CButton btnB;
Michael Quinatadcan Macasil Macasil
Michael Quinatadcan Macasil Macasil
when i coded like this in my 2minutes Timeframe chart
"double lowerPriceForToday=iLow(Symbol(),PERIOD_D1,0);"
it gives me correct value, but this
"double lowerPriceForThisWeek=iLow(Symbol(),PERIOD_W1,0);"
nothing happen but no errors found in compiling. anybody helps!
Michael Quinatadcan Macasil Macasil
Michael Quinatadcan Macasil Macasil
Good day guys! Anybody help with my problem regarding RSI value. How to get this 58.31 using mql5. and this code
"CopyBuffer(rsiDefinition,0,0,3,rsiArray);" are giving me the price of the current symbol. I want this 58.31 for the signal of less then 30 and more than 70. thanks in advance.
Michael Quinatadcan Macasil Macasil
Michael Quinatadcan Macasil Macasil
Good Day to All. I try to use metaeditor 5. And i try to create EA. please any help from experience coder how to code to "close all trade" in the trade tab window. I try this code " trade.PositionClose(_SYSBOLS) " put at VOID TICK() but nothing happen or not working.

#include
//--- object of class CTrade
CTrade trade;

Void ontick()
trade.PositionClose(_SYMBOLS)

//I AM beginner of mql5 (myself study based on here in forum)
Michael Quinatadcan Macasil Macasil
Hat sich auf MQL5.community registriert