alighasemi1993
alighasemi1993
Added topic PLOT_ARROW
In indicators, you can use a code function to change the drawing type of the points on the chart. In fact, this happens using the following function: PlotIndexSetInteger(0, PLOT_ARROW, 230); Where can I get the list of these numbers and the shapes
alighasemi1993
Added topic How to deal with error #136?
When does "error #136" occur and what can be done to fix it? error #136 "Not enough memory to download the source file into memory"
alighasemi1993
Added topic MTF indicator
Hello, Greeting, Can you tell me how I can draw a MA indicator of a specific time frame in all higher and lower time frames, which means that for example how I can have a MA indicator of a 30-minute time frame without any problems on a
alighasemi1993
Added topic trailing a number
Hello, Greeting, I want to change a number according to the changes in the prices of ask and bid. It means that, for example, for every two point change in each of these two ask and bid prices, my number changes by one point, just like what
: