TRO TRADING VIDEOS

free & uncensored discussion arena for TheRumpledOne

Moderator: moderators

User avatar
aliassmith
rank: 5000+ posts
rank: 5000+ posts
Posts: 5057
Joined: Tue Jul 28, 2009 9:50 pm
Reputation: 2847
Gender: Male

Re: TRO TRADING VIDEOS

Postby aliassmith » Sun Jul 26, 2020 7:18 pm

pablo101 wrote:
aliassmith wrote:
pablo101 wrote:Tro, if possible, can you help me add BE +1 to this Break Even Script please?


I am not an advanced programmer but I'm looking at it.
I believe if the line is changed to this:
OrderModify(OrderTicket(),OrderOpenPrice(),OrderOpenPrice()+10*Point(),OrderTakeProfit(),0,Green);

and this:
OrderModify(OrderTicket(),OrderOpenPrice(),OrderOpenPrice()-10*Point(),OrderTakeProfit(),0,Red);
but the market is closed so I'll test it later.


Hi Alias, how are you doing? MY main trading system is based off your ideas, still. Build up position on long term charts, use Mo's space, and use other people's money in four steps to exit. It was the only thing i understood from all of MO's stuff lol.

Thanks for that and thanks for this. Let's see what happens on Monday.


I hope its working out for you. Those concepts can be powerful.
Trade Your Way as Long as It Makes Money!

Please add www.kreslik.com to your ad blocker white list.
Thank you for your support.

User avatar
TheRumpledOne
rank: 10000+ posts
rank: 10000+ posts
Posts: 15562
Joined: Sun May 14, 2006 9:31 pm
Reputation: 3036
Location: Oregon
Real name: Avery T. Horton, Jr.
Gender: None specified
Contact:

Re: TRO TRADING VIDEOS

Postby TheRumpledOne » Sun Jul 26, 2020 11:49 pm

IT'S NOT WHAT YOU TRADE, IT'S HOW YOU TRADE IT!

Please do NOT PM me with trading or coding questions, post them in a thread.

User avatar
aliassmith
rank: 5000+ posts
rank: 5000+ posts
Posts: 5057
Joined: Tue Jul 28, 2009 9:50 pm
Reputation: 2847
Gender: Male

Re: TRO TRADING VIDEOS

Postby aliassmith » Mon Jul 27, 2020 1:52 am

pablo101 wrote:
TheRumpledOne wrote:
aliassmith wrote:
I am not an advanced programmer but I'm looking at it.
I believe if the line is changed to this:
OrderModify(OrderTicket(),OrderOpenPrice(),OrderOpenPrice()+10*Point(),OrderTakeProfit(),0,Green);

and this:
OrderModify(OrderTicket(),OrderOpenPrice(),OrderOpenPrice()-10*Point(),OrderTakeProfit(),0,Red);
but the market is closed so I'll test it later.



Or you could use an input:

Code: Select all


extern double BE_Offset = 10.0 ;

OrderModify(OrderTicket(),OrderOpenPrice(),OrderOpenPrice()+BE_Offset *Point(),OrderTakeProfit(),0,Green);

OrderModify(OrderTicket(),OrderOpenPrice(),OrderOpenPrice()-BE_Offset *Point(),OrderTakeProfit(),0,Red);


That way you don't have to change the code if you want to use a value other than 10.0.

END OF CODING LESSON.


Thanks TRO, I found a solution.

And it will never be an end to your lessons. God bless!


I just tested it and It worked.
Attachments
2 Break_Even_Plus1_Script.mq4
(2.39 KiB) Downloaded 140 times
Trade Your Way as Long as It Makes Money!

User avatar
TheRumpledOne
rank: 10000+ posts
rank: 10000+ posts
Posts: 15562
Joined: Sun May 14, 2006 9:31 pm
Reputation: 3036
Location: Oregon
Real name: Avery T. Horton, Jr.
Gender: None specified
Contact:

Re: TRO TRADING VIDEOS

Postby TheRumpledOne » Mon Jul 27, 2020 3:28 pm

IT'S NOT WHAT YOU TRADE, IT'S HOW YOU TRADE IT!



Please do NOT PM me with trading or coding questions, post them in a thread.

User avatar
pablo101
rank: 500+ posts
rank: 500+ posts
Posts: 973
Joined: Tue Jun 30, 2009 3:10 pm
Reputation: 43
Real name: Pete
Gender: None specified

Re: TRO TRADING VIDEOS

Postby pablo101 » Mon Jul 27, 2020 4:46 pm

aliassmith wrote:
pablo101 wrote:
TheRumpledOne wrote:

Or you could use an input:

Code: Select all


extern double BE_Offset = 10.0 ;

OrderModify(OrderTicket(),OrderOpenPrice(),OrderOpenPrice()+BE_Offset *Point(),OrderTakeProfit(),0,Green);

OrderModify(OrderTicket(),OrderOpenPrice(),OrderOpenPrice()-BE_Offset *Point(),OrderTakeProfit(),0,Red);


That way you don't have to change the code if you want to use a value other than 10.0.

END OF CODING LESSON.


Thanks TRO, I found a solution.

And it will never be an end to your lessons. God bless!


I just tested it and It worked.


Thank you Alias!
WAS A YALE STUDENT. Now? Let's see!

Please add www.kreslik.com to your ad blocker white list.
Thank you for your support.

User avatar
pablo101
rank: 500+ posts
rank: 500+ posts
Posts: 973
Joined: Tue Jun 30, 2009 3:10 pm
Reputation: 43
Real name: Pete
Gender: None specified

Re: TRO TRADING VIDEOS

Postby pablo101 » Mon Jul 27, 2020 4:47 pm

TRO, do you have any mid dot indi for Henki Ashi?

Or would that be pointless to put on a chart to keep in position?
WAS A YALE STUDENT. Now? Let's see!

User avatar
LeMercenaire
rank: 1000+ posts
rank: 1000+ posts
Posts: 3184
Joined: Tue Sep 27, 2016 12:11 am
Reputation: 2303
Gender: None specified

Re: TRO TRADING VIDEOS

Postby LeMercenaire » Mon Jul 27, 2020 9:08 pm

pablo101 wrote:TRO, do you have any mid dot indi for Henki Ashi?

Or would that be pointless to put on a chart to keep in position?


Would there be any point to doing that? HA candles don't show price as it actually is.

If there is one thing that ties all of the thinking behind how we all trade here, it is that we trade what we see - price as it is. Not an average based on the previous candle.

Just sayin'.

User avatar
TheRumpledOne
rank: 10000+ posts
rank: 10000+ posts
Posts: 15562
Joined: Sun May 14, 2006 9:31 pm
Reputation: 3036
Location: Oregon
Real name: Avery T. Horton, Jr.
Gender: None specified
Contact:

Re: TRO TRADING VIDEOS

Postby TheRumpledOne » Tue Jul 28, 2020 3:14 am

pablo101 wrote:TRO, do you have any mid dot indi for Henki Ashi?

Or would that be pointless to put on a chart to keep in position?


It would be the same... It is halfway between the High and the Low.
IT'S NOT WHAT YOU TRADE, IT'S HOW YOU TRADE IT!



Please do NOT PM me with trading or coding questions, post them in a thread.

User avatar
TheRumpledOne
rank: 10000+ posts
rank: 10000+ posts
Posts: 15562
Joined: Sun May 14, 2006 9:31 pm
Reputation: 3036
Location: Oregon
Real name: Avery T. Horton, Jr.
Gender: None specified
Contact:

Re: TRO TRADING VIDEOS

Postby TheRumpledOne » Tue Jul 28, 2020 1:23 pm

IT'S NOT WHAT YOU TRADE, IT'S HOW YOU TRADE IT!



Please do NOT PM me with trading or coding questions, post them in a thread.

User avatar
TheRumpledOne
rank: 10000+ posts
rank: 10000+ posts
Posts: 15562
Joined: Sun May 14, 2006 9:31 pm
Reputation: 3036
Location: Oregon
Real name: Avery T. Horton, Jr.
Gender: None specified
Contact:

Re: TRO TRADING VIDEOS

Postby TheRumpledOne » Wed Jul 29, 2020 5:45 pm

IT'S NOT WHAT YOU TRADE, IT'S HOW YOU TRADE IT!



Please do NOT PM me with trading or coding questions, post them in a thread.

Please add www.kreslik.com to your ad blocker white list.
Thank you for your support.


Return to “TheRumpledOne”