Gamestudio Links
Zorro Links
Newest Posts
Help with plotting multiple ZigZag
by degenerate_762. 04/30/24 23:23
M1 Oversampling
by 11honza11. 04/30/24 08:16
Trading Journey
by howardR. 04/28/24 09:55
Zorro Trader GPT
by TipmyPip. 04/27/24 13:50
Data from CSV not parsed correctly
by jcl. 04/26/24 11:18
AUM Magazine
Latest Screens
The Bible Game
A psychological thriller game
SHADOW (2014)
DEAD TASTE
Who's Online Now
3 registered members (Quad, Ayumi, AndrewAMD), 1,092 guests, and 1 spider.
Key: Admin, Global Mod, Mod
Newest Members
firatv, wandaluciaia, Mega_Rod, EternallyCurious, howardR
19050 Registered Users
Previous Thread
Next Thread
Print Thread
Rate Thread
SEEKING HELP ON TMFs #475075
11/21/18 13:51
11/21/18 13:51
Joined: Apr 2018
Posts: 46
M
MINER Offline OP
Newbie
MINER  Offline OP
Newbie
M

Joined: Apr 2018
Posts: 46
Hello everyone, i have the SMAs script as attached. My question is......... i would like to add TMF to the script, can you please help me on how to do this....can you suggest other issues in the script if there is any and their solutions. what are components of a complete trading script? Thank you in advance.

im new in zorro and your help will be greatly appreciated.

Attached Files Capture2.PNG
Re: SEEKING HELP ON TMFs [Re: MINER] #475076
11/21/18 13:57
11/21/18 13:57
Joined: Apr 2018
Posts: 46
M
MINER Offline OP
Newbie
MINER  Offline OP
Newbie
M

Joined: Apr 2018
Posts: 46
On the same script, please help me add a function that will trigger zorro to print the TradePriceClose/TradePriceOpen prices

Re: SEEKING HELP ON TMFs [Re: MINER] #475077
11/21/18 15:24
11/21/18 15:24
Joined: Feb 2017
Posts: 1,726
Chicago
AndrewAMD Online
Serious User
AndrewAMD  Online
Serious User

Joined: Feb 2017
Posts: 1,726
Chicago
A TMF is its own function. You write it separately, and then you assign the function to a trade upon entry.

There are many excellent examples in the manual:
http://zorro-project.com/manual/en/trade.htm

Looking at your example, you can put the for(open_trades) logic in a TMF and assign the TMF to enterLong(TMF_name) and enterShort(TMF_name).

Re: SEEKING HELP ON TMFs [Re: AndrewAMD] #475085
11/22/18 06:24
11/22/18 06:24
Joined: Apr 2018
Posts: 46
M
MINER Offline OP
Newbie
MINER  Offline OP
Newbie
M

Joined: Apr 2018
Posts: 46
Thank you AndrewAMD, i got the point.....working on improvement.


Moderated by  Petra 

Powered by UBB.threads™ PHP Forum Software 7.7.1