Forum

Please help with : Draw Wingdings for Custom indicator

#property strict #property indicator_chart_window #property indicator_buffers 10 #property indicator_plots 4 #property indicator_label1 "Start FVG Bull" #property indicator_label2 "End FVG Bull" #property indicator_label3 "Low FVG Bull" #property indicator_type3 DRAW_ARROW #property indicator_color3

Problem using iCustom in EA and using it on the Chart - different results.

Hello, I know this is not a new question but I still don't get it how this can be. I need help. I use iCustom to retrieve a result from a indicator. For example see the code below. void OnStart () { //--- double TrendTest = iCustom ( NULL , PERIOD_CURRENT , "super_trend" , 10 , 3 , 7 , 0 );

How to use function in EA which inherit from a Class. Get wrong parameter count.Please help

Hello, I need some help in finding my error in use inheritance from class CIndicatorMA. I have a Class CIndicator MA set up like this (it uses a Base class CIndicatorBase which deals with the buffers en index of indicators - not relevant for this question).. class CIndicatorMA : public

Running EA with #includes on MT Virtual Hosting

Hello! I have a newbie question, but still i would like to make sure! So thanks for a reply. I have coded an EA which has #includes. The thing I would like to know is: When you migrate your charts with the EA running on it to the virtual hosting server, does it automatically migrates the necessary