Can I export Floor Trader Pivot levels as a list at the start of each day for chosen pairs

Questions about MultiCharts .NET and user contributed studies.
tomgranger
Posts: 3
Joined: 24 Jul 2019

Can I export Floor Trader Pivot levels as a list at the start of each day for chosen pairs

Postby tomgranger » 20 Jan 2021

Hi and thanks for your help in advance!

I may be asking a simple question so I apologise if that's the case.

I would like to (ideally automatically at each rollover) export a list of the Floor Trader Pivot Levels for my chosen pairs.

Is this possible, if so how would I set it up please?

Thanks

Tom

User avatar
Svetlana MultiCharts
Posts: 645
Joined: 19 Oct 2017
Has thanked: 3 times
Been thanked: 163 times

Re: Can I export Floor Trader Pivot levels as a list at the start of each day for chosen pairs

Postby Svetlana MultiCharts » 16 Mar 2021

Hi Tom,

You will need to code a custom script, as there is no pre-built solution for that.
You can use ExpirationDate keyword to determine the rollover date.
Keywords FileAppend, FileClose, File can be used to export values to a file.

tomgranger
Posts: 3
Joined: 24 Jul 2019

Re: Can I export Floor Trader Pivot levels as a list at the start of each day for chosen pairs

Postby tomgranger » 16 Mar 2021

Thanks Svetlana, I will try that.


Return to “MultiCharts .NET”