Forum

What is wrong about Lot Calculator

input double RiskBalancePercent = 1 ; double Ask; double Bid; double AccountBalance; double TickSize; double TickValue; double LotStep; double TP_Calculated; double riskpertrade; double LotsBuy; double LotsSell; double RiskPerRewardRatio = 1 ; ///get price Ask = NormalizeDouble (

Can me draw FIBO Like this!!

i need to draw fibo on chart, But cant be adjusted Level as desired

Daialog and Button, Need Help.

i create dialog and button UI, But cant Action after Click On Test Button BT10. Cant Print " Button Pressed " NewProject.mq5 #include <Trade\Trade.mqh> #include <GraphicalPanel.mqh> CTrade trade; CGraphicalPanel panel; int OnInit () { if (!panel.Oninit()){ return INIT_FAILED ;} return (

How to find the difference of MA

it not work. Hope results in Points. &&(iMAMQL4(NULL,0,89,0,MODE_EMA,PRICE_CLOSE,0)-iMAMQL4(NULL,0,200,0,MODE_EMA,PRICE_CLOSE,0)>100)