Forum

ChartID() Doesn't Return A Value

Hey coders, This seems to be a bug but I wonder if it can survive this long Check out the following code. It is meant to print the symbol names of the current and next chart . long id= ChartID (); long idnext = ChartNext (id); string idname= ChartSymbol (id); string idnamenext= ChartSymbol

Publishing EAs with External Web Requests and Set Up In the Market

Hi, Am Lucem Anb, Mostly Trading View Programmer. I made an EA that executes alerts from tradingview without plugins and extensions and i would like to share it in the market After going throught the rules, Am wondering if it is even acceptable since I use webrequests to access the alerts. For