Hardworking Pig
Hardworking Pig
My name is MK, a student of Forex Forest Algorithmic Trading Learning Centre from Hong Kong.
I am now learning forex knowledge and MT4 operation in the course.

Here is the website link of our learning centre:
https://forexforest.net/en/home-english/

The course will last 1 year.
I will first study of trading on demo account then to real account.
This is my only account on MQL5.com, I will not create another one for now.
If there are any queries or concerns, please refer to the broker details from my signals.

Thank you.
Hardworking Pig
Added topic In Back Test with using TickData, iMA() returns Zero value for X Bars
Below is my sample code: extern ENUM_TIMEFRAMES tf = PERIOD_M15 ; iMA (symbol(), tf, 169 , 0 , MODE_SMA , PRICE_CLOSE , 1 ); I was using TickData for Back Test. (without using it, there is no problem) 1. How can I get iMA() value since 00:00 but not
Hardworking Pig
Added topic How can I plot a graph in Back Test if I can read Bar0 value from indicator only?
I could only read Bar0 value from indicator by using below code. How can I plot a graph while doing Back Test?  double value = iCustom(Symbol(), PERIOD_CURRENT, indiPath, 0, 0); // tried to read Bar1 and old Bars but failed (i > 0 will