DichoMire
DichoMire
Friends

Add friends via their profile or user search and you will be able to see if they are online

DichoMire
Added topic How to debug a particular tick in a chart?
I know I can go into debug mode and then set up break points in the code, however I was curious if I can set a break point at a certain time in the chart (for example 6 Apr 11:50). Is it possible
DichoMire
Added topic How to notify the EA upon completing a trade with Stop Loss or Take Profit?
I'm writing an Expert Advisor that closes trades on his own, given a stop loss or a take profit using OrderSend. double tp = price + point * slTpDeviation; request.tp = tp; OrderSend (request,result) I have a boolean variable, that depends on whether
DichoMire
Added topic Issue with CopyBuffer returning an array full of 0.0.
I managed to get input from a built-in indicator, so now I wanted to try with a custom made indicator. I downloaded an indicator off the internet and put it in MT5. It successfully shows the values in a buffer. [picture of the indicator with buffer.]
DichoMire
Added topic How to get a value from an indicator in code?
Hello, I'm playing around with my first advisor. I am using a stochastic indicator. I created the handler for it: stochastic = iStochastic ( Symbol (), PERIOD_M1 , periodK, periodD, slowing, MODE_SMA , STO_LOWHIGH ); And now I want to get the values
DichoMire
Registered at MQL5.community