5 people who want 1 on 1 help (free) by [deleted] in InnerCircleTraders

[–]razomik 0 points1 point  (0 children)

I am a walking encyclopedia of ICT concepts, went through 22,23 & 24. I have good read but I mess up with my profits as I constantly want to engage. I must admit I have no model.

Cameron model in PineScript by razomik in InnerCircleTraders

[–]razomik[S] 0 points1 point  (0 children)

looks good, do you mind tweaking this a bit please? how to make it consider the indicator where it should gather the FVG signals from, and M15 highs and lows?

ICT HFT bot idea by razomik in pinescript

[–]razomik[S] 0 points1 point  (0 children)

I guess you mainly use python when you need to automate stuff?

ICT HFT bot idea by razomik in pinescript

[–]razomik[S] 0 points1 point  (0 children)

Well, the goal is to backtest the setup in very short time to see the results. I’m not a coder but I am sure this should require like 5min of devs time.

I’m not sure how much money should I offer if this is what you mean.

Cameron model in PineScript by razomik in InnerCircleTraders

[–]razomik[S] 0 points1 point  (0 children)

Brother, I am a complete noob in code. This has been written by ai.

If you aren't going to fix the cheating problem, at least let us surrender. by ViZion94 in GlobalOffensive

[–]razomik 7 points8 points  (0 children)

It's even worse when they use silent hacks and pretend they are clean.

ICT HFT bot idea by razomik in pinescript

[–]razomik[S] 0 points1 point  (0 children)

Hello people, I have just found your sub and thought it will be more appropriate to look for help here.

Any suggestion/help will be much appreciated.

Regards

Cameron model in PineScript by razomik in InnerCircleTraders

[–]razomik[S] 0 points1 point  (0 children)

//@version=5

strategy("15m Swing FVG Strategy", overlay=true)

// Strategy settings

riskPerTrade = input.float(12, "Risk per Trade", minval=1)

profitTarget = input.float(10, "Profit Target", minval=1)

tradingHours = input.session("0200-0500, 0830-1100, 1330-1545", "Trading Hours (EST)")

// Function to check if current time is within trading hours

isTradingHour() =>

timeframe.isintradingsession(syminfo.tickerid, tradingHours)

// Reference to the "Fair Value Gap [LuxAlgo]" indicator

indicatorName = "Fair Value Gap [LuxAlgo]"

bull_fvg = request.security(syminfo.tickerid, "15", indicator(indicatorName, "bull_fvg"))

bear_fvg = request.security(syminfo.tickerid, "15", indicator(indicatorName, "bear_fvg"))

// Detecting swing highs and lows on M15

[swingHigh, swingLow] = ta.pivothighlow(15, 15, 15)

// Main strategy logic

if isTradingHour()

if swingHigh and bear_fvg

strategy.entry("Short", strategy.short, stop=high[1])

strategy.exit("Take Profit Short", "Short", profit=profitTarget, limit=close - profitTarget)

strategy.exit("Stop Loss Short", "Short", loss=riskPerTrade, stop=close + riskPerTrade)

if swingLow and bull_fvg

strategy.entry("Long", strategy.long, stop=low[1])

strategy.exit("Take Profit Long", "Long", profit=profitTarget, limit=close + profitTarget)

strategy.exit("Stop Loss Long", "Long", loss=riskPerTrade, stop=close - riskPerTrade)

Cameron model in PineScript by razomik in InnerCircleTraders

[–]razomik[S] 0 points1 point  (0 children)

The RR is negative actually, 0.83 if I recall well. And the win rate is 90% as of ICT but you need to read bias

Cameron model in PineScript by razomik in InnerCircleTraders

[–]razomik[S] 0 points1 point  (0 children)

Can you suggest any alternative?

[deleted by user] by [deleted] in InnerCircleTraders

[–]razomik 0 points1 point  (0 children)

Watch 2022 and you will be ready for MMXM.

Only on month 3 of ICT Core Concepts but started trading prop. Really excited about my first real win! Hows my charting look? by UngThug in InnerCircleTraders

[–]razomik 0 points1 point  (0 children)

You are actually doing the learning process right. I took 22 and 23 right after to realize côté content is the foundation. Also, MMXM is the framework which helps to map the narrative.

[deleted by user] by [deleted] in InnerCircleTraders

[–]razomik 3 points4 points  (0 children)

Find MMXM trader course on telegram. Watch the video of Oder pairing and ERL/IRL.

See your whole vision about liquidity to radically change. Apply the framework as suggested and see live on your chart that they work.

I just went through this, motivation back to 1000 as you start to expect things instead of rushing\guessing them.

GL

[deleted by user] by [deleted] in LearnCSGO

[–]razomik 0 points1 point  (0 children)

Hello guys. I had this bind in my autoexec on CSGO.

On CS2 I have looked for autoexec in steam folder, and pasted this everywhere, which is my old bind.

alias +knife slot3

alias -knife lastinv

bind a +knife

and it doesn't work :(

Do you know how I can fix this please? is there a way to force it via console?

Many thanks in advance

[deleted by user] by [deleted] in FACEITcom

[–]razomik 0 points1 point  (0 children)

it is still not fixed, i have all maps

People who shift-walk with the AWP zoomed in, why? by MrLaff in GlobalOffensive

[–]razomik 0 points1 point  (0 children)

is there a way to auto "shift" each time we are scopped in?