Questions from a "dummy" - page 259

 
How to download *.set? I've never used it. Thank you.
 
zfs:
How to download *.set? I've never used it. Thank you.
If in the tester, right click on the parameters ( Options tab) and the context menu will come up.
 
tol64:
If in the tester, right-click on the parameters ( Options tab) and the context menu will appear.
not in the tester - in the terminal
 
When starting up, "Load" in the settings window. Or do you need to do it programmatically?
 

Agat:

If I traded the way you program, I'd be out of my trousers :)

What is the range of the indicator? If it is not hardcoded, everything is far from trivial.

If you are rude to potential helpers, you will be sent to the asshole as a minimum, and to ... almost there too )

 
Silent:
When starting up, "Load" in the settings window. Or do you have to use the software?
manually, there are indicator settings
 
zfs:
You have to do it manually, there's an indicator setting.
thanks to the website)
 
TheXpert:

What is the value area of the indicator? If it's not rigidly defined, it's far from trivial.

And if you are rude to potential helpers, you will be sent to the asshole, at least, and at most... almost there too.)

I won't do it again.... never, ever...:)
 
Why can one indicator only work on one chart, the other is empty.
 
int OnCalculate(const int      rates_total,    
                const int      prev_calculated, 
                const datetime &time[],         
                const double   &open[],         
                const double   &high[],        
                const double   &low[],          
                const double   &close[],        
                const long     &tick_volume[],  
                const long     &volume[],      
                const int      &spread[])       
  {
   ArraySetAsSeries(time,true);

  }
How do I get the zero bar time?
Reason: