PureBytes Links
Trading Reference Links
|
I have been playing with Exploration and thought it would be easier to code
if there was a new "Column" command that contained all parameters.
column(N,Value,"Name",Format);
Example: column(0,Close,"Close",1.2);
For those with more experience, do you think this would help with readability
and ease of coding?
|