Discussion of article "Building interactive semi-automatic drag-and-drop Expert Advisor based on predefined risk and R/R ratio"

 

New article Building interactive semi-automatic drag-and-drop Expert Advisor based on predefined risk and R/R ratio is published:

Some traders execute all their trades automatically, and some mix automatic and manual trades based on the output of several indicators. Being a member of the latter group I needed an interactive tool to asses dynamically risk and reward price levels directly from the chart. This article will present a way to implement an interactive semi-automatic Expert Advisor with predefined equity risk and R/R ratio. The Expert Advisor risk, R/R and lot size parameters can be changed during runtime on the EA panel.


Author: investeo

 

Hi Nice Expert 

but unfortunatelly you are forgot include also some ExpertTrade.mqh

 

 

#include <Experts\Money\MoneyFixedRiskExt.mqh>

#include <Experts\ExpertTrade.mqh>          <-------------- THIS ONE :/

#include <ChartObjects\ChartObjectsShapes.mqh>

#include <ChartObjects\ChartObjectsBmpControls.mqh>

#include <Trade\SymbolInfo.mqh>

#include <CRRDialog.mqh>

#include <VisualRRIDs.mqh>

 

 
flimboquest:

Hi Nice Expert 

but unfortunatelly you are forgot include also some ExpertTrade.mqh

It is the CExpert class from Standard Library. Look up it in the include folder.


 
Please help with installing this EA, got it working partly...
 
Jake:
Please help with installing this EA, got it working partly...

Put both Images in the same folder with your EA.

Reason: