Forum

turn iCustom(zigzag) to mql5 not working anymore

Hi, in these day im trying to study mql5 to pass to it i think in the next months. but several scripts are not working, including the ones that are supposed to work like this, double zigzag= iCustom ( "EURUSD" , PERIOD_M5 , "ZigZag" , 16 , 5 , 3 , 0 , 1 ); Print ( "zigzag: " ,zigzag); it says this

Big seller subscrition problem

Hello, I have made my submission to become a seller at least two weeks ago, yesterday was accepted the document, but not the QR code... when I uploaded the new picture with me and QR Code, the QR Code was suddenly accepted, but the document not anymore...and any file I load now is being rejected

Open source Historic Data

Hello Guys, I'm looking for open source historic data. Just EURUSD and GBPUSD I need, nothing very particular, last ten years maybe. Is it possibile to find something open source and easy to install, because all the sources I have found like TickStory or TickDataManager ask for a monthly or yearly

Supertrend -> Icustom

Hi I have read many threads about this, but i still can find a solution... I wanted to try this common and very popular indicator, the "supertrend"...but still not finding the right way... actually I'm in stall with this code... double val_super_trend_up = iCustom ( NULL , 5 , "SuperTrend_plus" , 10

Create a custom indicator

Hi, I'm trying for the first time to write an indicator, I have a function that works, like a sort of "density" calculation, but converting it in similar indicator still not working...maybe i still miss some passages, function double density( string currency, int timeframe, int period, int shift){