In this post, we will see how to resolve ‘Hour’ – wrong parameters count – mql4 Question: I am attempting to restrict the hours during which trading can occur, but I have not been successful with my attempts so far. ...
In this post, we will see how to resolve How to select a certain digit of a double number in MQL4/MQL5 Question: i’m trying to write a function for round the last digits of an asset to the TICKSIZE. Example: ...
Question: I was creating a for loop that looks for mean of price within a set array of 50. the difficulty I am having is with the collection and storage of High[0] to High[50] (Low[0] to Low[50]) data for the ...
Question: I am working on this problem for several weeks now and I just can’t find a proper way to solve it. I am looking for help. I want the following to happen: Place 2 orders, n and n+1. n ...
Question: I am using Django only for few weeks so there might be some mistakes. I have an API using Django rest framework, which seems to work well. Using postman every thing is ok I send data using WebRequest in ...