Discussion of article "Building interactive semi-automatic drag-and-drop Expert Advisor based on predefined risk and R/R ratio"
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>
Please help with installing this EA, got it working partly...
Jake:
Please help with installing this EA, got it working partly...
Please help with installing this EA, got it working partly...
Put both Images in the same folder with your EA.

You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
You agree to website policy and terms of use
If you do not have an account, please register
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