write to file - page 2

 
phi.nuts:

1. There's always a way to search in the file, but you just have to code its logic. Basically, you scan the data one by one :(.

2. You need to convert string into double using StringToDouble(). Comparing double variable is risky, maybe I'll explain that later. 

 

Please tell me the way that store indicator data all symbols market watch, and if necessary, Comfortable search and use them
 
Maryam:
Please tell me the way that store indicator data all symbols market watch, and if necessary, Comfortable search and use them
Where, did you attach this indicator anyway ? Is it on all symbol chart ?
 
phi.nuts:
Where, did you attach this indicator anyway ? Is it on all symbol chart ?

I wrote the script code, but I want indicator specific data all symbols market watch save to place (eg the stock cross in 5 days past)

easily find the information, and not to heavy run.

Because the number of data is many, array Occupy too much memory space, running time is high and heavy run.




Reason: