Login Page - Create Account

Support Board


Date/Time: Thu, 02 May 2024 19:55:31 +0000



Allow entry at specific time after signal

View Count: 1052

[2017-07-07 17:26:38]
Donz - Posts: 17
is they any method that can allow my Trading Cross Example to open entry at specific time?

Example , i want open my entry when MA Cross betweeen 8am into 3pm
[2017-07-07 20:22:57]
Sierra Chart Engineering - Posts: 104368
Are you using ACSIL or the Spreadsheet System for Trading study for this?
Sierra Chart Support - Engineering Level

Your definitive source for support. Other responses are from users. Try to keep your questions brief and to the point. Be aware of support policy:
https://www.sierrachart.com/index.php?l=PostingInformation.php#GeneralInformation

For the most reliable, advanced, and zero cost futures order routing, *change* to the Teton service:
Sierra Chart Teton Futures Order Routing
[2017-07-10 08:22:53]
Donz - Posts: 17
i am using TradingCross Example
[2017-07-10 08:24:55]
Donz - Posts: 17
basically i am using two Studies to open my my position which are

1) Trading CrossOver Example
2) Moving Average CrossOver

This study will open the position when MA cross..

it is possible to allow this studies to open at specific time to open the entry??

regards
Date Time Of Last Edit: 2017-07-10 08:25:22
[2017-07-10 17:15:19]
Sierra Chart Engineering - Posts: 104368
Are you using ACSIL or the Spreadsheet System for Trading study to submit the orders?
Sierra Chart Support - Engineering Level

Your definitive source for support. Other responses are from users. Try to keep your questions brief and to the point. Be aware of support policy:
https://www.sierrachart.com/index.php?l=PostingInformation.php#GeneralInformation

For the most reliable, advanced, and zero cost futures order routing, *change* to the Teton service:
Sierra Chart Teton Futures Order Routing
[2017-07-10 19:49:23]
Donz - Posts: 17
im using Spreadsheet System for Trading
[2017-07-10 20:03:37]
Sierra Chart Engineering - Posts: 104368
This is controlled through the following three Spreadsheet Study Sheet inputs:
Spreadsheet Systems, Alerts and Automated Trading: Allow Trading Only During Time Range (read/write) [J85]
Sierra Chart Support - Engineering Level

Your definitive source for support. Other responses are from users. Try to keep your questions brief and to the point. Be aware of support policy:
https://www.sierrachart.com/index.php?l=PostingInformation.php#GeneralInformation

For the most reliable, advanced, and zero cost futures order routing, *change* to the Teton service:
Sierra Chart Teton Futures Order Routing
[2017-07-11 04:44:59]
Donz - Posts: 17
thank you..

can u give some example or idea to write the formula on specific time entry..

what should i write ??
Date Time Of Last Edit: 2017-07-11 04:51:26
Attachment Deleted.
imagess.png / V - Attached On 2017-07-11 04:51:19 UTC - Size: 108.59 KB - 207 views
[2017-07-11 17:49:43]
Sierra Chart Engineering - Posts: 104368
Here is an example of a formula to use in one of the formula columns at row 3 which returns TRUE(1) when the time value in the Date-Time column of the Sheet used by the Spreadsheet Study at the corresponding row is between the times 9:30:00 and 9:34:59
=AND(FRACTIME(A3)>=TIME(9,29,59,750), FRACTIME(A3)<TIME(9,34,59,250))

Milliseconds are used to make this an accurate comparison due to floating-point error.
Sierra Chart Support - Engineering Level

Your definitive source for support. Other responses are from users. Try to keep your questions brief and to the point. Be aware of support policy:
https://www.sierrachart.com/index.php?l=PostingInformation.php#GeneralInformation

For the most reliable, advanced, and zero cost futures order routing, *change* to the Teton service:
Sierra Chart Teton Futures Order Routing
Date Time Of Last Edit: 2017-07-11 19:02:59
[2017-07-12 07:32:42]
Donz - Posts: 17
thanks..

can i just use this in spreedsheet without any coding??
Attachment Deleted.
imageypBywaK0R5_3GM6XsBiObQ.png / V - Attached On 2017-07-12 07:32:36 UTC - Size: 56.74 KB - 206 views
[2017-07-12 09:05:46]
Donz - Posts: 17
Here is the logic for entry from my spreedsheet study

if ID2.SG1=1 , then buy signal
If ID.SG2=1 , then sell signal

ONLY specific time at 19:00:00 until 20:00:00


hope can help
Date Time Of Last Edit: 2017-07-12 09:06:17
imageScreenshot_1.png / V - Attached On 2017-07-12 09:05:43 UTC - Size: 77.11 KB - 184 views
[2017-07-12 14:48:26]
Sierra Chart Engineering - Posts: 104368
The answer to post #10 is yes. That is what we originally referred you to.
Sierra Chart Support - Engineering Level

Your definitive source for support. Other responses are from users. Try to keep your questions brief and to the point. Be aware of support policy:
https://www.sierrachart.com/index.php?l=PostingInformation.php#GeneralInformation

For the most reliable, advanced, and zero cost futures order routing, *change* to the Teton service:
Sierra Chart Teton Futures Order Routing

To post a message in this thread, you need to log in with your Sierra Chart account:

Login

Login Page - Create Account