Michael Macasil / Profile
Pinoy Fibo MASTER
Michael Macasil
Added topic Get HIGH LOW price for TWO Specific PERIODS
Guys, Trader, Developer thanks for attending my issues. I would like to ADD on my EA a rectangle object using below code. ObjectCreate ( 0 , "Europe: London | Frankfurt" , OBJ_RECTANGLE
Michael Macasil
Added topic possible loss of data due to type conversion
//+------------------------------------------------------------------+ //| Price
Michael Macasil
Added topic RSI Value Problem
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
Michael 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.
"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 Macasil
Added topic CloaseAllTrade MT5 post dated:August 2019
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(_SYMBOLS) " put at VOID OnTick() but nothing
Michael 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)
#include
//--- object of class CTrade
CTrade trade;
Void ontick()
trade.PositionClose(_SYMBOLS)
//I AM beginner of mql5 (myself study based on here in forum)
: