NexusFi: Find Your Edge


Home Menu

 



Showing results 1 to 25 of 32
Search: Posts Made By: mkata
Forum: Sierra Chart January 23rd, 2022, 07:04 PM
Replies: 10
Views: 4,981
Posted By mkata
rainer01, I would delete everything above...

rainer01,

I would delete everything above #include "sierrachart.h".
The math and windows library is already included in the Sierra header file.
Forum: Platforms and Indicators June 27th, 2020, 02:25 PM
Replies: 22
Views: 26,506
Posted By mkata
I can tell from your second screenshot that the...

I can tell from your second screenshot that the platform is SierraChart.

The indicators are probably custom built.
Forum: Trading Reviews and Vendors January 7th, 2020, 10:53 AM
Replies: 74
Views: 54,822
Posted By mkata
Wow, Thanks for that helpful answer. ...

Wow, Thanks for that helpful answer.

However I did take your advice and I should have read the thread more closely.
For those interested he aims for 1 to 3 ticks profit per trade with an 80%...
Forum: Trading Reviews and Vendors January 5th, 2020, 04:48 PM
Replies: 74
Views: 54,822
Posted By mkata
Hmmm, what numbers are you supposed to reach as a...

Hmmm, what numbers are you supposed to reach as a scalper?
Forum: Sierra Chart November 7th, 2019, 06:54 PM
Replies: 1
Views: 895
Posted By mkata
Hello bluewave65, In the code you posted,...

Hello bluewave65,

In the code you posted, the subgraph and Close data are missing the Index.
sg1[i] = sc.Close[i];
Forum: Feedback and Announcements June 27th, 2019, 05:00 PM
Replies: 3,895
Views: 1,279,907
Posted By mkata
Not sure if this is by design but when I go to...

Not sure if this is by design but when I go to Elite Circle>Forum Tools>Mark This Forum Read it also clears out all the sub-forum elite journals.
Forum: Sierra Chart June 27th, 2019, 04:41 PM
Replies: 1
Views: 1,290
Posted By mkata
1)Turn the Global Cursor On (Ctrl-3)(Tools Menu)...

1)Turn the Global Cursor On (Ctrl-3)(Tools Menu)

2)Window>ShowCompactToolValueWindow (This is Sierra version, values don't appear over the bar)
Forum: Trading Journals June 7th, 2019, 02:42 PM
Replies: 12
Views: 4,202
Posted By mkata
SCDateTime GrantxDateTime; ...

SCDateTime GrantxDateTime;
GrantxDateTime.SetDateTime(2019, 06, 07, 10, 39, 0);

Tool.BeginDateTime = GrantxDateTime;
Tool.EndDateTime = sc.BaseDateTimeIn[DrawingIndex];
Forum: Sierra Chart May 19th, 2019, 06:24 PM
Replies: 7
Views: 1,567
Posted By mkata
You can have a Tool reference a subgraph drawing...

You can have a Tool reference a subgraph drawing but the subgraph drawing is not available for drag & drop.
Forum: Sierra Chart May 19th, 2019, 02:52 PM
Replies: 7
Views: 1,567
Posted By mkata
For what you want to do your function would need...

For what you want to do your function would need to call 3 separate horizontal line tools. Easy enough. This is not the problem though.

The main problem is that they are not going to move as one...
Forum: Sierra Chart May 18th, 2019, 04:57 PM
Replies: 7
Views: 1,567
Posted By mkata
Would you be open to using the already existing...

Would you be open to using the already existing rectangle tool with the draw midline option checked?
Forum: Sierra Chart May 18th, 2019, 04:29 PM
Replies: 7
Views: 1,567
Posted By mkata
This may be a little easier to program via a...

This may be a little easier to program via a subgraph study. Is there a reason you want to use the Tool function?
Forum: Sierra Chart January 10th, 2019, 07:44 PM
Replies: 60
Views: 20,648
Posted By mkata
There is sort of a way around this. The thing is...

There is sort of a way around this. The thing is you won't need to use this study. You can set your floating control bar to use Study Collection Buttons rather than Custom Study Buttons.

Of...
Forum: Sierra Chart December 4th, 2018, 02:51 PM
Replies: 21
Views: 7,062
Posted By mkata
Why not just add/subtract a line from the Daily...

Why not just add/subtract a line from the Daily OHLC study?
Forum: Sierra Chart December 4th, 2018, 02:46 PM
Replies: 2
Views: 1,080
Posted By mkata
You may be looking for this. Menu > Trade >...

You may be looking for this.
Menu > Trade > Draw DOM Graph on Chart

https://www.sierrachart.com/index.php?page=doc/TradeMenu.html#DrawDOMGraph
Forum: Traders Hideout December 1st, 2018, 08:37 PM
Replies: 33
Views: 6,757
Posted By mkata
What is the trading date these pictures are...

What is the trading date these pictures are showing?
Forum: Sierra Chart November 12th, 2018, 03:03 PM
Replies: 3
Views: 1,591
Posted By mkata
If you're using the session open, why not just...

If you're using the session open, why not just use the Horizontal Line at Time + Bands/Envelope set to +/- 10 ticks?
Forum: Sierra Chart January 13th, 2018, 04:55 PM
Replies: 2
Views: 1,558
Posted By mkata
You could do this with Color bar Alert Condition...

You could do this with Color bar Alert Condition where ID1.SG1 is the ATR

=(H-L)>ID1.SG1*2.5
Forum: Sierra Chart November 22nd, 2017, 05:16 PM
Replies: 3
Views: 1,132
Posted By mkata
sc.BaseDateTimeIn[sc.Index] is equal to the...

sc.BaseDateTimeIn[sc.Index] is equal to the starting time of a bar.

I believe if you remove the .GetTime() from this member it should work.
Forum: Sierra Chart October 26th, 2017, 02:32 PM
Replies: 12
Views: 5,487
Posted By mkata
I decided to put together this study as described...

I decided to put together this study as described in the first post. Place this study on Daily Chart.
Forum: Sierra Chart October 23rd, 2017, 10:56 AM
Replies: 1
Views: 1,775
Posted By mkata
This can easily be done with a Color Bar Alert...

This can easily be done with a Color Bar Alert Condition such as the following:

Price Bar Up, Vol Diff Bar Down
=AND(C>O,ID1.SG4<ID1.SG1)
Forum: Sierra Chart July 1st, 2017, 01:50 PM
Replies: 1
Views: 1,345
Posted By mkata
I believe this is possible. Take a look at the...

I believe this is possible. Take a look at the documentation which should answer your question.

Global Symbol Settings - Sierra Chart...
Forum: Sierra Chart June 24th, 2017, 03:03 PM
Replies: 6
Views: 1,605
Posted By mkata
I hesitate to reply since I don't trade stocks...

I hesitate to reply since I don't trade stocks but it looks to me like a data glitch, unless someone really sold 7 million shares of AAPL.

Try re-downloading your data and see if the problem...
Forum: Sierra Chart June 22nd, 2017, 06:20 PM
Replies: 8
Views: 1,967
Posted By mkata
lol, yes that laborious wall of text made it much...

lol, yes that laborious wall of text made it much more clear, thanks :)

The only automated way to do what you want is to write an ACSIL program or build the criteria in the SC spreadsheet.
...
Forum: Sierra Chart June 19th, 2017, 03:04 PM
Replies: 8
Views: 1,967
Posted By mkata
This request is unclear to me, could you annotate...

This request is unclear to me, could you annotate a pic of what you're trying to do. It might clear up my confusion.
Showing results 1 to 25 of 32

What unexpected challenges have you encountered while trading on a "Funded Trader" platform?

 


 
 


© 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