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>
Published article Creating an interactive advisor for semi-automatic trading with a given risk:
Author: investeo
Generally super! For a long time I have been thinking about creating an assistant-advisor for my manual trading. Part of it has already been implemented.
Thanks to the author for the work done.
Yes, it's massive, I'd love to explore the code, especially in terms of graphics. It's a pity that the video has no sound, it's hard to perceive.
Kudos to the author!
Please help with installing this EA, got it working partly...
Put both Images in the same folder with your EA.

- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
You agree to website policy and terms of use
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