NexusFi: Find Your Edge


Home Menu

 





Global Variables - How to make them work on hystoric chart and not only in real time


Discussion in MultiCharts

Updated
    1. trending_up 1,065 views
    2. thumb_up 1 thanks given
    3. group 2 followers
    1. forum 3 posts
    2. attach_file 0 attachments




 
Search this Thread

Global Variables - How to make them work on hystoric chart and not only in real time

  #1 (permalink)
Dvdkite
Trieste Italy
 
Posts: 162 since Feb 2018
Thanks Given: 131
Thanks Received: 25

Hello Everyone,

Let me better explane my question. I have 2 chart that are actually communicating using Global Variables. In the Chart 1 I use codes like this to SET the Global Variables values:

 
Code
value2 = GVSetFloat(2,C);
	value3 = GVSetInteger(3,date);
	value4 = GVSetInteger(4,time);
Then in Chart 2 I use a similar code with GET ( GVGetInteger, GvGetFloat.... ) and it is working.

I use the code in chart 1 to save some data (price, time, ectt...) of an event and I plot an arrow in chart 2 over the candle related to that item. It works fine but it only start working from the exact second when I start the indicators. I have all indicationd over my candles but if I simply do a REFRESH INDICATORS then all my arrows disappear from chart 1 .... so it basically work only in real time but I'm not sure how to make it plot always ...I mean also for past days and not only in real time... how can I achive that?
My idea was to put values into an array and send the array from chart 1 to chart 2 but a GVSetArray is not availables ( and maybe it would be too heavy to be fast)....
I hope I've explaned well my questions.

Do you have any suggestion?

Thanks in advance

Reply With Quote

Can you help answer these questions
from other members on NexusFi?
Cheap historycal L1 data for stocks
Stocks and ETFs
How to apply profiles
Traders Hideout
NexusFi Journal Challenge - May 2024
Feedback and Announcements
Trade idea based off three indicators.
Traders Hideout
Better Renko Gaps
The Elite Circle
 
  #2 (permalink)
Dvdkite
Trieste Italy
 
Posts: 162 since Feb 2018
Thanks Given: 131
Thanks Received: 25

Anyone had such an experience/problem??

Reply With Quote
  #3 (permalink)
 ABCTG   is a Vendor
 
Posts: 2,435 since Apr 2013
Thanks Given: 482
Thanks Received: 1,628


David,

the design of Global Variables makes them suited for real time use. While what you have in mind might be doable with Global Variables, it would require storing each bar with a value using a differently named Global Variable. This could become hard to manage and depending on the amount of bars you have you might also run into limitations as there is a finite amount of shared named global variables that can be handled.
EasyLanguage Collections might be better suited for what you have in mind, as you can share lists or maps across charts that are located within the same instance of Multicharts.

Regards,

ABCTG


Dvdkite View Post
Hello Everyone,

Let me better explane my question. I have 2 chart that are actually communicating using Global Variables. In the Chart 1 I use codes like this to SET the Global Variables values:

 
Code
value2 = GVSetFloat(2,C);
	value3 = GVSetInteger(3,date);
	value4 = GVSetInteger(4,time);
Then in Chart 2 I use a similar code with GET ( GVGetInteger, GvGetFloat.... ) and it is working.

I use the code in chart 1 to save some data (price, time, ectt...) of an event and I plot an arrow in chart 2 over the candle related to that item. It works fine but it only start working from the exact second when I start the indicators. I have all indicationd over my candles but if I simply do a REFRESH INDICATORS then all my arrows disappear from chart 1 .... so it basically work only in real time but I'm not sure how to make it plot always ...I mean also for past days and not only in real time... how can I achive that?
My idea was to put values into an array and send the array from chart 1 to chart 2 but a GVSetArray is not availables ( and maybe it would be too heavy to be fast)....
I hope I've explaned well my questions.

Do you have any suggestion?

Thanks in advance


Follow me on Twitter Reply With Quote
Thanked by:
  #4 (permalink)
Dvdkite
Trieste Italy
 
Posts: 162 since Feb 2018
Thanks Given: 131
Thanks Received: 25


ABCTG View Post
David,

EasyLanguage Collections might be better suited for what you have in mind, as you can share lists or maps across charts that are located within the same instance of Multicharts.

Regards,

ABCTG

Hello ABCTG,

thank you very much for the suggestion! I didn't know that such an option exist... I will try it for sure. I already made some search here at futures.io and I've found a post with a reply of yours pointing to a link with good resources

Regards,

David

Reply With Quote




Last Updated on July 17, 2019


© 2024 NexusFi™, s.a., All Rights Reserved.
Av Ricardo J. Alfaro, Century Tower, Panama City, Panama, Ph: +507 833-9432 (Panama and Intl), +1 888-312-3001 (USA and Canada)
All information is for educational use only and is not investment advice. There is a substantial risk of loss in trading commodity futures, stocks, options and foreign exchange products. Past performance is not indicative of future results.
About Us - Contact Us - Site Rules, Acceptable Use, and Terms and Conditions - Privacy Policy - Downloads - Top
no new posts