sushiix / Publications
Forum
iCustom use without providing external indicator files
Hi all, Have access to some external indicators ( developed+ downloaded ) which I would like to create an EA with. When I use iCustom , it required the indicator .ex5 to also be present on the users computer. However, if I do not want to share the indicator files, how can I load in those indicators
Invalid Price (sometimes) - Buy Stop
Hi all, I've scoured the forums for days but am unable to find a solution to this. Im trying to make an EA which will place a buystop on gold ( with no TP or SL ). MqlTick latestAsk; SymbolInfoTick (symbol, latestAsk); logger. log ( "Latest Ask price
Python API detection
HI all, a general question on the python API and more specifically propfirms. I was wondering if the brokerside is able to see that a Python API is being used to place trades - I'm currently in the process of passing propfirms which do not allow the use of EA's/ require their mql5 source code to be
Plotting multiple lines with 2 buffers
Hey all, I have developed a function to plot prices of interest - however it uses ObjectCreate() which does not visualise nicely when backtesting, so I am in the process of creating it as an indicator. The problem is that the number of prices/levels it returns is variable depending on its